Transmission Control Protocol - определение. Что такое Transmission Control Protocol
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Transmission Control Protocol - определение

PRINCIPAL PROTOCOL USED TO STREAM DATA ACROSS AN IP NETWORK
Transmission control protocol; SYN (TCP); SYN Packets; SYN Packet; Triple-ack; Transport Control Protocol; TCP protocol; TCP/IP port number; TCP/IP port; Transfer Control Protocol; TCP protocols; Selective acknowledgement; ACK (TCP); TCP header; Tcp protocol; Sequence number; Tcp receive window; TCP acceleration; TCP Header; TCP handshake; Tcp handshake; TCP segment; SACK; TCP packet; Forcing Data Delivery; Three-way handshake; Three way handshake; TCP Acceleration; TCP checksum offload; Tcp checksum offload; Cumulative ACK; TCP connection; FIN (TCP); Protection Against Wrapped Sequence Numbers; Protect Against Wrapped Sequence numbers; 3 way handshake; Cumulative ack; SYN/ACK; SYN+ACK; SYN-ACK; ACK packet; SYN packet; TCP SYN; TCP SYNACK; TCP window; TCP receive window; TCP SACK; TCP windowing; CLOSE-WAIT; CLOSE WAIT; SYN-SENT; SYN SENT; SYN RECEIVED; SYN-RECEIVED; FIN-WAIT-1; FIN WAIT; FIN WAIT 2; FIN WAIT 1; LAST-ACK; LAST ACK; TIME WAIT; TIME-WAIT; TCP connection state; ACK flag
  • Connection termination
  • TCP sequence numbers and receive windows behave very much like a clock. The receive window shifts each time the receiver receives and acknowledges a new segment of data. Once it runs out of sequence numbers, the sequence number loops back to 0.
  • A Simplified TCP State Diagram. See [http://www.medianet.kent.edu/techreports/TR2005-07-22-tcp-EFSM.pdf TCP EFSM diagram] for more detailed diagrams, including detail on the ESTABLISHED state.
Найдено результатов: 4123
Transmission Control Protocol         
<networking, protocol> (TCP) The most common transport layer protocol used on Ethernet and the Internet. It was developed by DARPA. TCP is the connection-oriented protocol built on top of Internet Protocol (IP) and is nearly always seen in the combination TCP/IP (TCP over IP). It adds {reliable communication} and flow-control and provides full-duplex, process-to-process connections. TCP is defined in STD 7 and RFC 793. User Datagram Protocol is the other, connectionless, protocol that runs on top of IP. (2001-06-14)
Transmission Control Protocol         
The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite. It originated in the initial network implementation in which it complemented the Internet Protocol (IP).
TCP acceleration         
TCP acceleration is the name of a series of techniques for achieving better throughput on a network connection than standard TCP achieves, without modifying the end applications. It is an alternative or a supplement to TCP tuning.
Scalable TCP         
INTERNET COMMUNICATIONS PROTOCOL
Scalable Transmission Control Protocol
Type of Transmission Control Protocol which is designed to provide much higher throughput and scalability.
RTCP         
COMPUTER NETWORK PROTOCOL
RTCP; RTP control protocol; Real Time Control Protocol; Real-time Transport Control Protocol; RTCP hierarchical aggregation; Real time control protocol; Realtime Transport Control Protocol; Real-time Transport Protocol Control Protocol; Realtime Transport Protocol Control Protocol; Real-time Transport Protocol control protocol
Real Time Control Protocol (Reference: RTP)
RTP Control Protocol         
COMPUTER NETWORK PROTOCOL
RTCP; RTP control protocol; Real Time Control Protocol; Real-time Transport Control Protocol; RTCP hierarchical aggregation; Real time control protocol; Realtime Transport Control Protocol; Real-time Transport Protocol Control Protocol; Realtime Transport Protocol Control Protocol; Real-time Transport Protocol control protocol
The RTP Control Protocol (RTCP) is a sister protocol of the Real-time Transport Protocol (RTP). Its basic functionality and packet structure is defined in RFC 3550.
TCP Friendly Rate Control         
CONGESTION CONTROL MECHANISM IN COMPUTER NETWORKS
TCP-Friendly Rate Control (TFRC)
TCP-Friendly Rate Control (TFRC) is a congestion control mechanism designed for unicast flows operating in an Internet environment and competing with TCP traffic. The goal is to compete fairly with TCP traffic on medium timescales, but to be much less variable than TCP on short timescales.
Internet Protocol         
  • First Internet demonstration, linking the [[ARPANET]], [[PRNET]], and [[SATNET]] on November 22, 1977
  • A timeline for the development of the transmission control Protocol TCP and Internet Protocol IP.
  • UDP]] to a link protocol frame
PRINCIPAL COMMUNICATIONS PROTOCOL USED FOR RELAYING DATAGRAMS (ALSO KNOWN AS NETWORK PACKETS) ACROSS AN INTERNETWORK USING THE INTERNET PROTOCOL SUITE
IP protocol; IP communications; IP card; IP call; IPv9; IP Protocol; IPv0; IPv1; IPv2; IPv3; IPoFC; Transmission Control Program
<networking> (IP) The network layer for the TCP/IP protocol suite widely used on Ethernet networks, defined in STD 5, RFC 791. IP is a connectionless, best-effort packet switching protocol. It provides packet routing, fragmentation and re-assembly through the data link layer. IPv4 is the version in widespread use and IPv6 was just beginning to come into use in 2000 but is still not widespread by 2008. [Other versions? Dates?] (2000-12-19)
Internet Protocol         
  • First Internet demonstration, linking the [[ARPANET]], [[PRNET]], and [[SATNET]] on November 22, 1977
  • A timeline for the development of the transmission control Protocol TCP and Internet Protocol IP.
  • UDP]] to a link protocol frame
PRINCIPAL COMMUNICATIONS PROTOCOL USED FOR RELAYING DATAGRAMS (ALSO KNOWN AS NETWORK PACKETS) ACROSS AN INTERNETWORK USING THE INTERNET PROTOCOL SUITE
IP protocol; IP communications; IP card; IP call; IPv9; IP Protocol; IPv0; IPv1; IPv2; IPv3; IPoFC; Transmission Control Program
The Internet Protocol (IP) is the network layer communications protocol in the Internet protocol suite for relaying datagrams across network boundaries. Its routing function enables internetworking, and essentially establishes the Internet.
Signal transmission         
PROCESS OF SENDING AND PROPAGATING A SIGNAL
Transmission (communication); Transmission (communications); Transmission (telecom); Transmission (telecommunication); Transmission (radio); Xmit; XMIT; Tele-transmission; Tele transmission; Transmission (telecommunications)
In telecommunications, transmission is the process of sending or propagating an analog or digital signal via a medium that is wired, wireless, or fiber-optic.

Википедия

Transmission Control Protocol

The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite. It originated in the initial network implementation in which it complemented the Internet Protocol (IP). Therefore, the entire suite is commonly referred to as TCP/IP. TCP provides reliable, ordered, and error-checked delivery of a stream of octets (bytes) between applications running on hosts communicating via an IP network. Major internet applications such as the World Wide Web, email, remote administration, and file transfer rely on TCP, which is part of the Transport Layer of the TCP/IP suite. SSL/TLS often runs on top of TCP.

TCP is connection-oriented, and a connection between client and server is established before data can be sent. The server must be listening (passive open) for connection requests from clients before a connection is established. Three-way handshake (active open), retransmission, and error detection adds to reliability but lengthens latency. Applications that do not require reliable data stream service may use the User Datagram Protocol (UDP) instead, which provides a connectionless datagram service that prioritizes time over reliability. TCP employs network congestion avoidance. However, there are vulnerabilities in TCP, including denial of service, connection hijacking, TCP veto, and reset attack.